home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / Variables.nib / data.classes next >
Text File  |  1994-12-14  |  554b  |  40 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. VariablePanel = {
  7.     ACTIONS = {
  8.     selectMarker:;
  9.     insertMarker:;
  10.     };
  11.     OUTLETS = {
  12.     stringTable;
  13.     insertButton;
  14.     markerMtx;
  15.     browserTitle;
  16.     tokenTable;
  17.     };
  18.     SUPERCLASS = Panel;
  19. };
  20. PageOneApp = {
  21.     ACTIONS = {
  22.     pagesAppInit:;
  23.     openDesign:;
  24.     };
  25.     OUTLETS = {
  26.     documentManager;
  27.     pagesCurrentSelContext;
  28.     pagePalette;
  29.     inspector;
  30.     pantonePalette;
  31.     pageLayout;
  32.     variablePanel;
  33.     styleSheet;
  34.     designDocClass;
  35.     expert;
  36.     preferences;
  37.     };
  38.     SUPERCLASS = Application;
  39. };
  40.